projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
609849b
)
(struct): Change font member to the new font struct.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 26 Aug 2008 17:09:16 +0000
(17:09 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 26 Aug 2008 17:09:16 +0000
(17:09 +0000)
src/widgetprv.h
patch
|
blob
|
history
diff --git
a/src/widgetprv.h
b/src/widgetprv.h
index e88c4e6131ab46883bdd5a23d8fbe86646b95681..97053ded2c61eb8d9bbb6f7103c850b44ee46d58 100644
(file)
--- a/
src/widgetprv.h
+++ b/
src/widgetprv.h
@@
-44,7
+44,7
@@
typedef struct {
int internal_border_width; /* internal borders */
int interline; /* skips between lines */
-
XFontStruc
t* font; /* font */
+
struct fon
t* font; /* font */
Pixel foreground_pixel; /* foreground */
Pixel cursor_color; /* text cursor color */